::-webkit-slider-runnable-track
Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.
The ::-webkit-slider-runnable-track
CSS pseudo-element represents the "track" (the groove in which the indicator slides) of an <input type="range">.
Syntax
css
::-webkit-slider-runnable-track {
/* ... */
}
Specifications
Not part of any standard.
Browser compatibility
See also
::-webkit-slider-thumb
-
Similar pseudo-elements used by other browsers:
-
CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS